home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
info
/
info.doc
< prev
next >
Wrap
Text File
|
1993-11-16
|
664b
|
20 lines
Title : "About" dialog with systeminformation
Keywords: ABOUT INFO DIALOG SYSTEMINFORMATION
INFO.FRM is an about dialog, which shows the following systeminformation:
Windows version (3.0 or 3.1)
Windows Mode (Enhanced or Standard, Debug or not)
free memory
free systemresources
VERY (!) SIMPLE to use:
1) add INFO.FRM to Your project and fill the labels
for Your application's text (name, copyright etc.) 2) add "frmDlgInfo.SHOW
MODAL" anywhere in Your code
Usefull functions included:
Remove_Items_From_SysMenu (incl. all declares, const)
LOWORD(), HIWORD(), LOBYTE(), HIBYTE()